|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of this interface allows clients to manage context activation.
The list of active contexts in this instance is the union of the lists of
active contexts in all instances of IContextActivationService
added via the method addContextActivationService
.
This interface is not intended to be extended or implemented by clients.
EXPERIMENTAL
ContextActivationServiceFactory
Method Summary | |
void |
addContextActivationService(IContextActivationService contextActivationService)
Adds an instance of IContextActivationService to this
instance. |
void |
removeContextActivationService(IContextActivationService contextActivationService)
Removes an instance of IContextActivationService from
this instance. |
Methods inherited from interface org.eclipse.ui.contexts.IContextActivationService |
addContextActivationServiceListener, getActiveContextIds, removeContextActivationServiceListener |
Method Detail |
public void addContextActivationService(IContextActivationService contextActivationService)
IContextActivationService
to this
instance.
contextActivationService
- the instance to add to this instance.public void removeContextActivationService(IContextActivationService contextActivationService)
IContextActivationService
from
this instance.
contextActivationService
- the instance to remove from this instance.
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |